- goal search
- Робототехника: поиск цели
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Goal.com — Goal.com, founded in 2004 [cite news |title=Halbzeit? Maus her! |url=http://www.berlinonline.de/berliner zeitung/archiv/.bin/dump.fcgi/2004/0630/medien/0031/index.html |work=Berliner Zeitung |date=2004 06 30 |accessdate=2008 07 16 ] is a website… … Wikipedia
Search Fund — Search Funds are vehicles for entrepreneurs to raise funds from investors interested in making private equity investments. *In the first stage, a small group of investors back operating manager(s) to search for a target company to acquire. A fund … Wikipedia
Goal of the Year (Australia) — The Goal of the Year is a competition for the best goals kicked in the VFL/AFL during that season. It is run in conjunction with the Mark of the Year competition and is currently sponsored by Toyota.The concept was initiated in 1970 by the league … Wikipedia
Search and rescue — For other uses, see Search and rescue (disambiguation) Search and rescue A Canadian Forces CH 149 Cormorant helicopter hoists a man from a Canadian Coast Guard cutter Search and rescue (SAR) is the search for and provision of aid to people who… … Wikipedia
Search algorithm — In computer science, a search algorithm, broadly speaking, is an algorithm that takes a problem as input and returns a solution to the problem, usually after evaluating a number of possible solutions. Most of the algorithms studied by computer… … Wikipedia
Goal Directed Search — An expert system technique for identifying a goal and then working back through the steps needed to achieve it until a starting point to acheive the goal is identified. It is a technique for answering the question If I want to do X, where do I… … International financial encyclopaedia
Index (search engine) — Search engine indexing collects, parses, and stores data to facilitate fast and accurate information retrieval. Index design incorporates interdisciplinary concepts from linguistics, cognitive psychology, mathematics, informatics, physics, and… … Wikipedia
A* search algorithm — In computer science, A* (pronounced A star ) is a best first, graph search algorithm that finds the least cost path from a given initial node to one goal node (out of one or more possible goals). It uses a distance plus cost heuristic function… … Wikipedia
Iterative deepening depth-first search — Graph and tree search algorithms Alpha beta pruning A* B* Beam Bellman–Ford algorithm Best first Bidirectional … Wikipedia
Breadth-first search — Infobox Algorithm class=Search Algorithm Order in which the nodes are expanded data=Graph time=O(|V|+|E|) = O(b^d) space=O(|V|+|E|) = O(b^d) optimal=yes (for unweighted graphs) complete=yesIn graph theory, breadth first search (BFS) is a graph… … Wikipedia
Depth-limited search — Class Search Algorithm Data structure Graph Worst case performance O( | V | + | E | ) … Wikipedia